Delphi programming textfiles and theroy

D3MSA.ZIP Connecting a Delphi 3 Application to an MS Access 95 (xxx.mdb) Database File info.
DN960801.ZIP The Unofficial Newsletter of Delphi Users - Issue #15
DN960901.ZIP The Unofficial Newsletter of Delphi Users - Issue #16
DN961001.ZIP The Unofficial Newsletter of Delphi Users - Issue #17
DN961101.ZIP The Unofficial Newsletter of Delphi Users - Issue #18 - November 1996
DN970101.ZIP The Unofficial Newsletter of Delphi Users - Issue #19 - January 1997
DN970301.ZIP The Unofficial Newsletter of Delphi Users - Issue #20
DN970501.ZIP The Unofficial Newsletter of Delphi Users - Issue #21
DN970601.ZIP The Unofficial Newsletter of Delphi Users - Issue #22 - June1997
DN970901.ZIP The Unofficial Newsletter of Delphi Users - Issue #23
REGISTRY.ZIP Delphi and the Registry This article reflects my personal experiences with the registry and Delphi.

Delphi sourcecode

AAQBLDR.ZIP QBuild You can use the QBuild Tools to help create complex question classes for AaWiz. This approach enables you to develop and test your question class as a form (ie. you can use Delphi's form designer to design your controls and create event handlers for them). You then convert your form into a control and create a question class wrapper around the control.
ABOUT10.ZIP K&j about box version 1.0 Is a way to give all of your applications a standard "about box" look and feel. All text displayed in the K&J About Box is customizable and K&J About Box will even display your application's icon!
ABOUT95D.ZIP Windows 95 style About dialog box for Delphi 2.0 Make your applications look more like Windows 95 with this Freeware About box - full source included. Shows free total memory & system resources like Windows 95 applets & explorer. Envy Technologies.
ACTINDLL.ZIP HelpMakers, this Delphi2 sample shows how to: 1- How1- How to put a dialog in a DLL 2- How to call a function from a DLL 3- How to get information about Version Information in a File, In this case the sample application 4- How to use Some Useful API Functions 5- How to get Information from Windows Registry 6- How to start an application in a special Style using ShowWindow API function and set the Forms Visiblity to true. (Check the application Project Source and compair it with other applications of yours. Something is missing and something is added there !)
ASTROIDS.ZIP Delphi Asteroids Vector Graphics Demo This program is part of a presentation on graphics programming with Delphi that I presented to the Delphi Developers of Dallas users group on July 31, 1996. The presentations purpose was to show that not only is Delphi an excellent development platform for database applications, it is also a very viable platform for graphics intensive applications. This program is not of a commercial quality, but it is meant to show what Delphi is capable of doing.
C32D0110.ZIP CRT32 version 1.10.003 Console-mode-helping-unit for 32-bit Delphi programming Makes the Console-applications work a bit like old Borland CRT-app- lications (Not a complete drop-in for CRT/WinCRT/Win32CRT, but a help for developing Console-applications in an easy way) It has some enhancements too, like SmartInput, ScreenInput and fast screenwrites
CALC.ZIP cmpEvaluator, Expression evaluator unit for Delphi
CHOOZDCL.ZIP CHOOZDCL was written to launch Delphi with different component libraries, but could be used generally where an INI file section needs changing to launch a program in different configurations- simply modify the General parameters below.
COASTERS.ZIP Bar Coasters, Bar coasters is a game of which the object is get the LOWEST score. With Delphi source
CODEAPP.ZIP Source Code Utility (CodeApp Project) I created this utility, CODEAPP.DPR, to do several basic source code related tasks. It's an application that I use mainly while in the Delphi IDE, by running it from the Tools Menu, but it can be useful outside of the IDE as well. The first capability is simply to view a Delphi source code file and search the file for specified text.
CPARSE.ZIP C Parser V1.0 for Delphi
CRC2.ZIP Delphi CRC-calculation unit
CRC32.ZIP Crc32-Maker (Freeware) 1.0 CRC-checksum calculator for Delphi
CRC32PAS.ZIP 32-bit CRC-Calculation routines for Delphi.
D_TAPI.ZIP This is a delphi implementation of the windows telephony headers. There's a test program that can monitor calls made with other tapi enabled programs like remote access and can also dial calls. aLso there's a mini-terminal that shows how to use tapi to place calls and obtain the com handle.
DCOUNTER.ZIP DCOUNTER - A Counter written in Delphi 3 This is an example of how to make a page counter for a web server using Delphi 3. This counter reads the contents of a counter data file (simply a text file with a value, like 1234, in it), increments the value in the file, and creates the counter graphic as a JPEG.
DELPCUT.ZIP Ateroid gamedemo in Delphi
DELPHI_2.ZIP DirectX Delphi-3 sample
DIBUNIT.ZIP The TDIBSection class as defined creates what is in effect a memory bitmap with a 24bit colour depth, and provides methods with which to change the colour of individual pixels, at speed, and display the resulting image on any TCanvas
DKWHTTP.ZIP DKW HTTP Extension Library for Delphi 2.0 The DKW HTTP Extension Library for Delphi 2.0 provides a framework for developing extensions that can be compiled as either CGI or ISAPI with no modiciations to the code. Using this technique an extension can be developed and tested using CGI, which is safer and supported by more servers, and then deployed using ISAPI where appropriate.
DX3TST2.ZIP Direct3D demo in delphi - dx3tst2 Dx3tst2 is a small test program that I wrote to demonstrate that it is possible to program Direct3D's retained mode from Delphi 2. It can load Direct3D model files (*.x), display them and rotate them.
DYNARR20.ZIP Dynarray For Delphi 16 / 32 The Dynarray classes from RealSoft provide access to several types of "Resizable" Arrays. This feature is not a standard part of Object Pascal, and simulating a Dynamic Array can be tedious and cumbersome. The Dynarray not only makes managing a resizable array simple, but it adds functionality not found in standard arrays such as sorting, saving to file, inserting, and more.
DYNARRAY.ZIP DynamicArray delphi unit Dynamic array to read, write and check the coordinatess of a Coordinate Geometry file.
EXPRCALC.ZIP Expression Calculator ExprCalc is an expression calculator that is based on the PARSER.DLL by Ron Loewy. The original parser has been modified and the Symbol table changed to a TList. This made it possible to create the parser for 16 and 32 bit. It is no longer a DLL but an integrated component.
EXPREV13.ZIP Expression Evaluator v1.3 for Delphi Add evaluation of mathematical expressions to your applications, quickly and easily. Supports 7 operators (including parenthesis), 10 mathematical functions, unlimited number of user-defined variables and provides complete error handling support. Updates available at http://www.bitsoft.com. Freeware. Includes source.
EZDSL200.ZIP EZDSL version 2.00 Easy classical data structures for Delphi 1-2 The EZDSL units provide an OOP interface for classical data structures for Delphi: stacks, queues, lists, binary trees and so forth. For programmers migrating from BP7 a TCollection replacement is also provided.
FASTTREE.ZIP How to rapidly stream TTreeView contents Bulk operations on a TTreeView are often painfully slow, because every time a node is referenced using an index, the TTreeView has to walk through its linked list of nodes to get to the specified index; for bulk operations like streaming, this can take up a lot of time.
FILTERS.ZIP FilterDemo This application demonstrates how a single Filter object can be used to deal with the process of validating keypresses in a text box, a grid, or any other component that takes keyboard input.
ICOBMP16.ZIP Icon to Bitmap Conversion DCU 16bit Version 1.0a Allows the conversion of 32x32x16 Icons to Bitmaps with high quality and virtually no image degredation.
ICON2BIT.ZIP contains a Delphi unit to convert an icon Into a Bitmap. The bitmap is suitable for use as a glyph in a Delphi button with the transparent color of the icon correctly converted.
KILL.ZIP Here comes a tiny program which kill any running task in Windows environment.
LONGFILE.ZIP Delphi TLongFileNameDialog component This component uses COMMDLG.DLL to display a common Open file dialog box that recognises Windows 95 long filenames, for use in Delphi 1.x. You don't need Call32NT pre-installed (useful though it is) for the component to work AND IT SHOULD ALSO WORK IN WINDOWS 3.1!!! (though without the long filename support of course).
MATHSTR.ZIP Principal unit for Calculator program Used to test TMathStr component for Delphi 2.0
MCDSORCE.ZIP Master CD with Delphi source A smart easy-to-use CD Player. Insert an audio CD, lauch Master CD and press Play. It�s as easy as that! Teach Master CD the track names on each of your favourite Cds and next time you play them, Master CD will recognise the CD and track automatically!
NETBALL.ZIP NETBALL - Delphi-2 This game(?) is NOT a final version, as you may quickly notice. It's playable but it lacks almost everything from sound to graphics. Delphi source included
OPENGL.ZIP Here is the first translation of the OpenGL headers for Delphi 32. Only the GL and GLU headers have been converted at this point. If anyone is interested in the GLAUX headers please comment.
OPSYSTM.ZIP Opnek Standard Library (Delphi) System level information object that contains information on available drives, space available, disk drive info, memory info, system level/win information. All low-level system access/information should be added to this base system information class.
RECURSE.ZIP A solution for getting all Subdirectories of a given Path (Delphi)
SORTER.ZIP Sorter is a freeware utility that takes an ascii text file and sorts each line into alphabetical order. You can save the file in sorted order or simply abandon it. If you have a text file containing a list that is too long to manually sort, this utility will be greatly appreciated. With Delphi sourcecode.
STACKS.ZIP Stacks You may have need for a stack object and do not want to manually create one for yourself. The Stacks.pas unit provides your application with a global stack object that permits stacking string values which can be converted to any type using Delphi conversion routines.
STRUTIL.ZIP String Utilities 1.0 Is a set of string functions to be used with Borland Pascal DOS/Windows/Real Mode/Protected Mode and Delphi 1.0. I have added calls for both Pascal strings and Pchar strings. Not the best docs in the world but they should get you by.
XPROCS.ZIP xProcs - function library (For Delphi/C++ Builder) Is a collection of around 150 general functions for Delphi 1.0, Delphi 2.0, Delphi 3.0, C++Builder and Java. Feel free to use it in your projects to increase your productivity. And give it away to friends and collegues to increase their productivity too !! Also we currently port a lot of the functions also for Java, have a look on the early preview of xProcs for Java. Note: This is absolute freeware and can be give away to everybody that programs with Delphi, C++Builder or Java. string functions, date functions, rectangle functions, communication functions, integer & float functions, file functions, system functions.
XSEARCH2.ZIP Extended Search version 2.0 for Delphi 2.0. Extended Search's fundamentals are pretty much like GREP. You specify a search string, a file or group of files, and some options and it returns a list of the occurences of the search string in those files. The two distinguishing features of this version of Extended Search are File Aliases and the Search Results list.
XSEARCH3.ZIP Extended Search version 2.0 for Delphi 3. Extended Search's fundamentals are pretty much like GREP. You specify a search string, a file or group of files, and some options and it returns a list of the occurences of the search string in those files. The two distinguishing features of this version of Extended Search are File Aliases and the Search Results list.